home *** CD-ROM | disk | FTP | other *** search
/ Pluspack 1 / Caligari Corporation Pluspack1 1998.iso / TSX_SDK / tsxINC / tsxCOM.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-28  |  1.5 KB  |  37 lines

  1. /////////////////////////////////////////////////////////////////
  2. // tsxCOM.h
  3. //
  4. // Imports all headers to use the trueSpace tsxCOM interface
  5.  
  6.  
  7. #ifndef TSXCOM_H
  8. #define TSXCOM_H
  9.  
  10. // Include the tsxCOM types
  11. #include "tsxcomtypes.h"
  12.  
  13. // Include the tsxCOM interfaces
  14. #include "itsxapplication.h"            // ItsxApplication COM interface
  15. #include "itsxdocument.h"                    // ItsxDocument COM interface
  16. #include "itsxprimitives.h"                // ItsxPrimitives COM interface
  17. #include "itsxfog.h"                            // ItsxFog COM interface
  18. #include "itsxobject.h"                        // ItsxObject COM interface
  19. #include "itsxlight.h"                        // ItsxLight COM interface
  20. #include "itsxgeometry.h"                    // ItsxGeometry COM interface
  21. #include "itsxmaterial.h"                    // ItsxMaterial COM interface
  22. #include "itsxpolyhedron.h"                // ItsxPolyhedron COM interface
  23. #include "itsxpolyhedronvertex.h"    // ItsxPolyhedronVertex COM interface
  24. #include "itsxpolyhedronuv.h"            // ItsxPolyhedronUV COM interface
  25. #include "itsxpolyhedronface.h"        // ItsxPolyhedronFace COM interface
  26. #include "itsxmath.h"                            // ItsxMath COM interface
  27. #include "itsxglobalanimation.h"    // ItsxGlobalAnimation COM interface
  28. #include "itsxview.h"                            // ItsxView COM interface
  29. #include "itsxkeyframe.h"                // ItsxKeyFrame COM interface
  30.  
  31. // Include the tsxCOM CLSID's
  32. #include "tsxclsid.h"                            // COM CLSID's of trueSpace objects
  33.  
  34. // Define the library function for obtaining the tsxApplication interface
  35. TSXAPIFN HRESULT tsxGetApplicationInterface(PITSXAPPLICATION*);
  36.  
  37. #endif // TSXCOM_H